Objects Reference

class_desc::create

Prototype

virtual void *create()

Parameters

None

Return Value

Returns the pointer to the newly allocated class.

Remarks

This function creates a new instance of the described Fly3D plug-in object class. It allocates the new instance using the new operator and should be freed with the delete operator when not in use anymore.